home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / pcfixlc1.arc / PCFIXLC1.DOC next >
Text File  |  1983-10-29  |  3KB  |  47 lines

  1. Documentation file for PCFIXLC1.MRG
  2.  
  3. PCFIXLC1.MRG was created primarily to add the ability to append account 
  4. numbers to the Long Distance Service support provided in PC-TALK.III's
  5. dialer.  This is required with some long distance services (Sprint <tm>
  6. in my case) to identify the specific employee making the call. 
  7.  
  8. After merging PCFIXLC1.MRG into your copy of PC-TALK.III, the program will
  9. create a file on your disk called LDAPPEND.DAT.  This file will contain 
  10. two append strings, each up to 15 characters long.  These strings will be
  11. defined and created under the Alt-D option as you enter a new number for
  12. +# or -# definition.  After they are defined, they will automatically be
  13. appended to the number to be called each time you specify long distance
  14. services.  They will not be appended if you do not specify a long distance
  15. service number (with + or -).
  16.  
  17. In addition, the "1" required in many areas to designate a long distance 
  18. phone call (such as the "1" in 1 (303) 555-7784) will automatically be
  19. eliminated from the phone number if you use a + or - to specify a long
  20. distance service number.  In my case, Sprint would not accept the call
  21. if the "1" was not removed.
  22.  
  23. In the process of adding the above features, I came across a couple of
  24. errors in the original code which I have (I hope) corrected.  The first
  25. error involved trying to route data to the printer, which was not powered
  26. up at the time.  The program crashed with an unrecoverable error in line
  27. 810.  This was fixed with a simple trap statement.  The second error only
  28. occurred if you used Alt-F to change defaults, made an error in selecting
  29. parameters (such as selecting 8 data bits with even or odd parity), and
  30. then answered "y" to the prompt which asked if the parameters were correct.
  31. This caused an error when the program tried to open the Com: port, which 
  32. was properly trapped.  If, however, you did not correct the erroneous para-
  33. meter but instead tried to leave the Defaults routine, and answered "n" to
  34. the "everything correct" prompt, the system would crash with a File Number
  35. Error in line 560.  This has been corrected by not allowing an exit from
  36. the routine with erroneous parameters selected.
  37.  
  38. To add the above patches to PC-TALK.III, just load your original version
  39. of the program and use the MERGE command to add the file PCFIXLC1.MRG,
  40. then save the program again.  You should save an original (unmodified)
  41. copy of PC-TALK.III.
  42.  
  43.                             Leroy Casterline
  44.                             (303) 484-9858
  45.  
  46.  
  47.